home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 003-desktop.lzm / usr / bin / drkonqi < prev    next >
Encoding:
Text File  |  2007-12-06  |  656 b   |  14 lines

  1. #!/bin/bash
  2. # I don't know how to disable drkonqi so I did it this way.
  3. # This may seem as a 'black hat' technique, as a segfaulting application
  4. # will just silently disappear instead of showing the 
  5. # 'application crashed' window, which makes the user experience a bit better
  6. # (vanished window is just fine compared to a crashed application).
  7.  
  8. # Nevertheless, the real reason for disabling drkonqi is that VNC sharing in KDE
  9. # crashes more then often. And when it crasehes, drkonqi is shown and blocks
  10. # the server from restarting. If drkonqi just returns zero back, vnc server is
  11. # restarted and remote user can reconnect. I need this nowadays.
  12.  
  13. exit 0
  14.